home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 June / Designer's Club 1998 June.iso / mac / Idea Source@ / gallery.dir / 00129_help.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  217 b   |  12 lines

  1. on mouseDown
  2.   puppetSound(2, "wheel")
  3.   set the visible of sprite 4 to 0
  4.   updateStage()
  5.   startTimer()
  6.   repeat while the timer < 60
  7.     nothing()
  8.   end repeat
  9.   set the visible of sprite 4 to 1
  10.   updateStage()
  11. end
  12.